internal/reflectlite.rtype.String (method, view implemented interface methods)
5 uses
internal/reflectlite (current package)
type.go#L245: func (t rtype) String() string {
type.go#L286: s := t.String()
type.go#L310: panic("reflect: Elem of invalid type " + toRType(t).String())
value.go#L445: panic(context + ": value of type " + toRType(v.typ()).String() + " is not assignable to type " + toRType(dst).String())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)